home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mgr / sparcmgr / demo2.zoo / demo / ex / ex_vars.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-08-31  |  1.2 KB  |  47 lines

  1.     /*  sccs id   @(#)  ex_vars.h  @(#)makeoptions    6.4 5/31/85  */
  2. #define AUTOINDENT      0
  3. #define AUTOPRINT       1
  4. #define AUTOWRITE       2
  5. #define BEAUTIFY        3
  6. #define DIRECTORY       4
  7. #define EDCOMPATIBLE    5
  8. #define ERRORBELLS      6
  9. #define HARDTABS        7
  10. #define IGNORECASE      8
  11. #define FONT            9
  12. #define LISP            10
  13. #define LIST            11
  14. #define MAGIC           12
  15. #define MESG            13
  16. #define MODELINE        14
  17. #define NUMBER          15
  18. #define OPEN            16
  19. #define OPTIMIZE        17
  20. #define PARAGRAPHS      18
  21. #define PROMPT          19
  22. #define READONLY        20
  23. #define REDRAW          21
  24. #define REMAP           22
  25. #define REPORT          23
  26. #define SCROLL          24
  27. #define SECTIONS        25
  28. #define SHELL           26
  29. #define SHIFTWIDTH      27
  30. #define SHOWMATCH       28
  31. #define SLOWOPEN        29
  32. #define SOURCEANY       30
  33. #define TABSTOP         31
  34. #define TAGLENGTH       32
  35. #define TAGS            33
  36. #define TERM            34
  37. #define TERSE           35
  38. #define TIMEOUT         36
  39. #define TTYTYPE         37
  40. #define WARN            38
  41. #define WINDOW          39
  42. #define WRAPSCAN        40
  43. #define WRAPMARGIN      41
  44. #define WRITEANY        42
  45.  
  46. #define    NOPTS    43
  47.